home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2004 April / VPR0404.ISO / CANOPUS / CANOPUS DV DRIVER / data1.cab / Inf(DVRexRT) / DVRex.inf
Windows Setup INFormation  |  2003-11-05  |  5KB  |  180 lines

  1. ;----------------------------------------------------------------------------
  2. ;    INF file for DVRex-M1/RT Windows 2000/Me Driver
  3. ;    Copyright (c) 2000 Canopus Co., Ltd. All rights reserved.
  4. ;----------------------------------------------------------------------------
  5.  
  6. [Version]
  7. Signature=$Windows NT$
  8. Class=Media
  9. ClassGUID={4D36E96C-E325-11CE-BFC1-08002BE10318}
  10. Provider=%Mfg%
  11. ;CatalogFile=DVRex.cat
  12. DriverVer=05/16/2001,2.93.0.021
  13.  
  14. [DestinationDirs]
  15. DefaultDestDirs=11            ; 9x/Me
  16. DVRexM1.CopyFiles=11            ; 9x/Me
  17. DVRexM1.Copy=12                ; 2000
  18. DVRexRT.Copy=12                ; 2000
  19.  
  20. ;----------------------------------------------------------------------------
  21. ; Driver information
  22. ;----------------------------------------------------------------------------
  23. [Manufacturer]
  24. %Mfg%=Mfg.Canopus
  25.  
  26. [Mfg.Canopus]
  27. %DVRexM1_DeviceDesc%=DVRexM1,PCI\VEN_1131&DEV_7146&SUBSYS_2002114B
  28. %DVRexRT_DeviceDesc%=DVRexRT,PCI\VEN_1131&DEV_7146&SUBSYS_2004114B
  29. %DVRexPr_DeviceDesc%=DVRexM1,PCI\VEN_1131&DEV_7146&SUBSYS_2007114B
  30.  
  31. ;----------------------------------------------------------------------------
  32. ; DVRex-M1 for Windows 9x/Me
  33. ;----------------------------------------------------------------------------
  34. [DVRexM1]
  35. DelFiles=DVRexM1.DelFiles
  36. ;CopyFiles=DVRexM1.CopyFiles
  37. DelReg=DVRexM1.DelReg
  38. AddReg=DVRexM1.AddReg,MSVIDEO.AddReg
  39. UpdateInis=DVRexM1.UpdateInis
  40. Reboot
  41.  
  42. [DVRexM1.DelFiles]
  43. pcdv.vxd
  44. pcdv.acm
  45. pcdv16.dll
  46. pcdv32.dll
  47. pcdvdd.dll
  48. dvconfig.dll
  49. cdvccodc.dll
  50. pcdvcodc.dll
  51. csccdvc.dll
  52. csccdvcx.dll
  53. csthread.dll
  54. cscpcdv.dll
  55. csedv.dll
  56.  
  57. [DVRexM1.CopyFiles]
  58. pcdv.vxd,,
  59. pcdv.acm,,
  60. pcdv16.dll,,
  61. pcdv32.dll,,
  62. pcdvdd.dll,,
  63. dvconfig.dll,,
  64. cdvccodc.dll,,
  65. pcdvcodc.dll,,
  66. csccdvc.dll,,
  67. csccdvcx.dll,,
  68. csthread.dll,,
  69. csedv.dll,,
  70.  
  71. [DVRexM1.DelReg]
  72. HKLM,"SOFTWARE\CANOPUS\Power Capture DV\Settings\1",
  73.  
  74. [DVRexM1.AddReg]
  75. HKLM,SOFTWARE\Canopus\cdvccodc\codec\10000\DVRex,driver,,"pcdvcodc.dll"
  76. ;HKLM,SOFTWARE\Canopus\cdvccodc\codec\10000\DVRex,disabled,1,0
  77. HKLM,SOFTWARE\Canopus\cdvccodc\codec\10000\DVRex,description,,%DVRexM1.pcdvcdvc.DeviceDesc%
  78. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\VIDC.CDVC,Description,,%DVRexM1.VIDC.CDVC.DeviceDesc%
  79. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\VIDC.CDVC,Driver,,cdvccodc.dll
  80. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\VIDS.CDVC,Description,,%DVRexM1.VIDS.CDVC.DeviceDesc%
  81. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\VIDS.CDVC,Driver,,cdvccodc.dll
  82. HKCU,"Software\Microsoft\Multimedia\Audio Compression Manager\Priority v4.00","Priority1",2,"1, msacm.pcdv"
  83.  
  84. [MSVIDEO.AddReg]
  85. HKR,,DevLoader,,mmdevldr.vxd
  86. HKR,,Driver,,pcdv.vxd
  87. HKR,Drivers,MIGRATED,,0
  88. HKR,Drivers\msvideo,,,
  89.  
  90. [DVRexM1.UpdateInis]
  91. canopus.ini,DVRex,,"TimeCode=0x0001"
  92. system.ini,drivers32,,"MSACM.PCDV=pcdv.acm"
  93. system.ini,drivers32,,"VIDC.CDVC=cdvccodc.dll"
  94. system.ini,drivers32,,"VIDS.CDVC=cdvccodc.dll"
  95.  
  96. ;----------------------------------------------------------------------------
  97. ; DVRex-M1 for Windows 2000
  98. ;----------------------------------------------------------------------------
  99. [DVRexM1.nt]
  100. ;CopyFiles=DVRexM1.Copy
  101. Reboot
  102.  
  103. [DVRexM1.Copy]
  104. PcdvKrnl.sys
  105.  
  106. [DVRexM1.nt.Services]
  107. AddService=PcdvKrnl,0x2,DVRexM1_ServiceInstall
  108.  
  109. [DVRexM1_ServiceInstall]
  110. ;DisplayName=%DVRexM1_DeviceDesc%
  111. ;Description=%DVRexM1_DeviceDesc%
  112. ServiceType=1                ; SERVICE_KERNEL_DRIVER
  113. StartType=0                ; SERVICE_BOOT_START
  114. ErrorControl=1                ; SERVICE_ERROR_NORMAL
  115. ServiceBinary=%12%\PcdvKrnl.sys
  116. ;StartName=
  117. ;AddReg=
  118. ;DelReg=
  119. ;BitReg=
  120. LoadOrderGroup=Base
  121. ;Dependencies=
  122.  
  123. ;----------------------------------------------------------------------------
  124. ; RT Engine for Windows 2000
  125. ;----------------------------------------------------------------------------
  126. [DVRexRT.nt]
  127. ;CopyFiles=DVRexRT.Copy
  128. Reboot
  129.  
  130. [DVRexRT.Copy]
  131. PcdvRTUK.sys
  132.  
  133. [DVRexRT.nt.Services]
  134. AddService=PcdvRTUK,0x2,DVRexRT_ServiceInstall
  135.  
  136. [DVRexRT_ServiceInstall]
  137. ;DisplayName=%DVRexRT_DeviceDesc%
  138. ;Description=%DVRexRT_DeviceDesc%
  139. ServiceType=1                ; SERVICE_KERNEL_DRIVER
  140. StartType=0                ; SERVICE_BOOT_START
  141. ErrorControl=1                ; SERVICE_ERROR_NORMAL
  142. ServiceBinary=%12%\PcdvRTUK.sys
  143. ;StartName=
  144. ;AddReg=
  145. ;DelReg=
  146. ;BitReg=
  147. LoadOrderGroup=Base
  148. ;Dependencies=
  149.  
  150. ;----------------------------------------------------------------------------
  151. [SourceDisksNames]
  152. 1=%DVRexDisk%,,0000-0000,""
  153.  
  154. [SourceDisksFiles]
  155. pcdv.vxd=1                ; 9x/Me
  156. pcdv.acm=1                ; 9x/Me
  157. pcdv16.dll=1                ; 9x/Me
  158. pcdv32.dll=1                ; 9x/Me
  159. pcdvdd.dll=1                ; 9x/Me
  160. dvconfig.dll=1                ; 9x/Me
  161. cdvccodc.dll=1                ; 9x/Me
  162. pcdvcodc.dll=1                ; 9x/Me
  163. csccdvc.dll=1                ; 9x/Me
  164. csccdvcx.dll=1                ; 9x/Me
  165. csthread.dll=1                ; 9x/Me
  166. csedv.dll=1                ; 9x/Me
  167. PcdvKrnl.sys=1                ; 2000
  168. PcdvRTUK.sys=1                ; 2000
  169.  
  170. [Strings]
  171. Mfg="Canopus Co., Ltd."
  172. DVRexM1_DeviceDesc="DVRex-M1"
  173. DVRexRT_DeviceDesc="DVRex-RT"
  174. DVRexPr_DeviceDesc="DVRex Professional"
  175. DVRexM1.pcdvcdvc.DeviceDesc="DVRex hardware compressor and decompressor"
  176. DVRexM1.VIDC.CDVC.DeviceDesc="Canopus DV compressor and decompressor"
  177. DVRexM1.VIDS.CDVC.DeviceDesc="Canopus DV stream decompressor"
  178. DVRexDisk="DVRex Windows Driver Disk"
  179. ClassName="Sound,video and game controllers"
  180.